Conversation
web/src/App.tsx
Outdated
| import IncrementButton from './IncrementButton'; | ||
|
|
||
| function helloWorld(){ | ||
| console.log("Hello World") |
web/src/App.tsx
Outdated
| import IncrementButton from './IncrementButton'; | ||
|
|
||
| function helloWorld(){ | ||
| console.log("Hello World") |
web/src/App.tsx
Outdated
| console.log("Hello World") | ||
| } | ||
|
|
||
| helloWorld() |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…orts/react-snake into feature/JakeIV/snakeGameHW
web/src/App.tsx
Outdated
| class SnakeEngine{ | ||
|
|
There was a problem hiding this comment.
🚫 [eslint] <padded-blocks> reported by reviewdog 🐶
Block must not be padded by blank lines.
| class SnakeEngine{ | |
| class SnakeEngine{ |
web/src/App.tsx
Outdated
| class SnakeEngine{ | ||
|
|
||
| static helloWorld(){ | ||
| console.log("Hello World") |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
web/src/App.tsx
Outdated
| class SnakeEngine{ | ||
|
|
There was a problem hiding this comment.
🚫 [eslint] <padded-blocks> reported by reviewdog 🐶
Block must not be padded by blank lines.
| class SnakeEngine{ | |
| class SnakeEngine |
web/src/App.tsx
Outdated
| import reactLogo from './assets/react.svg'; | ||
| import IncrementButton from './IncrementButton'; | ||
|
|
||
| class SnakeEngine{ |
There was a problem hiding this comment.
🚫 [eslint] <space-before-blocks> reported by reviewdog 🐶
Missing space before opening brace.
| class SnakeEngine{ | |
| class SnakeEngine { |
web/src/App.tsx
Outdated
|
|
||
| class SnakeEngine{ | ||
|
|
||
| static helloWorld(){ |
There was a problem hiding this comment.
🚫 [eslint] <space-before-blocks> reported by reviewdog 🐶
Missing space before opening brace.
| static helloWorld(){ | |
| static helloWorld() { |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
web/src/App.tsx
Outdated
| class SnakeEngine{ | ||
|
|
There was a problem hiding this comment.
🚫 [eslint] <padded-blocks> reported by reviewdog 🐶
Block must not be padded by blank lines.
| class SnakeEngine{ | |
| class SnakeEngine |
web/src/App.tsx
Outdated
| import reactLogo from './assets/react.svg'; | ||
| import IncrementButton from './IncrementButton'; | ||
|
|
||
| class SnakeEngine{ |
There was a problem hiding this comment.
🚫 [eslint] <space-before-blocks> reported by reviewdog 🐶
Missing space before opening brace.
| class SnakeEngine{ | |
| class SnakeEngine { |
web/src/App.tsx
Outdated
| class SnakeEngine{ | ||
|
|
||
| static helloWorld() { | ||
| console.log('Hello World') |
web/src/App.tsx
Outdated
| class SnakeEngine { | ||
|
|
There was a problem hiding this comment.
🚫 [eslint] <padded-blocks> reported by reviewdog 🐶
Block must not be padded by blank lines.
| class SnakeEngine { | |
| class SnakeEngine { |
web/src/App.tsx
Outdated
| class SnakeEngine { | ||
|
|
||
| static helloWorld() { | ||
| console.log('Hello World') |
web/src/App.tsx
Outdated
|
|
||
| import reactLogo from './assets/react.svg'; | ||
| import IncrementButton from './IncrementButton'; | ||
| import {SnakeEngine} from './SnakeEngine/SnakeEngine'; |
There was a problem hiding this comment.
🚫 [eslint] <object-curly-spacing> reported by reviewdog 🐶
A space is required after '{'.
| import {SnakeEngine} from './SnakeEngine/SnakeEngine'; | |
| import { SnakeEngine} from './SnakeEngine/SnakeEngine'; |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
web/src/App.tsx
Outdated
|
|
||
| import reactLogo from './assets/react.svg'; | ||
| import IncrementButton from './IncrementButton'; | ||
| import {SnakeEngine } from './SnakeEngine/SnakeEngine'; |
There was a problem hiding this comment.
🚫 [eslint] <object-curly-spacing> reported by reviewdog 🐶
A space is required after '{'.
| import {SnakeEngine } from './SnakeEngine/SnakeEngine'; | |
| import { SnakeEngine } from './SnakeEngine/SnakeEngine'; |
|
Great start, please merge main into this branch to resolve conflicts then will approve Thanks! |
JavaRip
left a comment
There was a problem hiding this comment.
Great work! Merge main into branch to resolve conflicts then can approve
…orts/react-snake into feature/JakeIV/snakeGameHW
…orts/react-snake into feature/JakeIV/snakeGameHW
…orts/react-snake into feature/JakeIV/snakeGameHW
…orts/react-snake into feature/JakeIV/snakeGameHW
…orts/react-snake into feature/JakeIV/snakeGameHW
Checklist ✅
What does this PR do? 🤔
Screenshots / Videos 📸